-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fiche taxon] Ajout d'option sur la synthèse géographique #3225
base: develop
Are you sure you want to change the base?
[Fiche taxon] Ajout d'option sur la synthèse géographique #3225
Conversation
areasEnable: boolean; | ||
areasLegend: any; | ||
private areasLabelSwitchBtn; | ||
public featureGroup: any; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c'est public par défault !
@@ -16,29 +28,208 @@ import { TaxonSheetService } from '../taxon-sheet.service'; | |||
}) | |||
export class TabGeographicOverviewComponent implements OnInit { | |||
observations: FeatureCollection | null = null; | |||
areasEnable: boolean; | |||
areasLegend: any; | |||
private areasLabelSwitchBtn; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
par convention, on préfixe les champs privés par un "_"
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3225 +/- ##
========================================
Coverage 81.95% 81.95%
========================================
Files 86 86
Lines 6964 6964
========================================
Hits 5707 5707
Misses 1257 1257
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
34195ba
to
cebfa1e
Compare
closes https://github.com/orgs/PnX-SI/projects/20/views/7?pane=issue&itemId=69854886
Ajout d'une option de maillage sur la synthèse géographique.
Le développement réalisé s'appuie sur le composant
synthese-carte
.